inherited OpRenameDialog: TOpRenameDialog HelpType = htKeyword HelpKeyword = 'Rename' Caption = 'Rename' PixelsPerInch = 96 TextHeight = 13 inherited ActionGroupBox: TUiGroupBox object OldMaskLbl: TUiLabel Left = 56 Top = 60 Width = 47 Height = 13 Alignment = taRightJustify Caption = 'Old mask:' FocusControl = OldMaskEdit end object NewMaskLbl: TUiLabel Left = 50 Top = 84 Width = 53 Height = 13 Alignment = taRightJustify Caption = 'New mask:' FocusControl = NewMaskEdit end object IsDOSEdit: TUiRadioButton Left = 24 Top = 24 Height = 17 Caption = '&DOS compatible' TabOrder = 0 OnClick = IsRegExpClick end object IsRegExpEdit: TUiRadioButton Left = 184 Top = 24 Height = 17 Caption = 'Regular &expressions' TabOrder = 1 OnClick = IsRegExpClick end object OldMaskEdit: TUiEdit Left = 112 Top = 56 Width = 249 Height = 21 TabOrder = 2 OnChange = MaskEditChange end object NewMaskEdit: TUiEdit Left = 112 Top = 80 Width = 249 Height = 21 TabOrder = 3 OnChange = MaskEditChange end end end